
body {
  background: #151618;
  color: #FFF;
  margin: 0;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.container {
  position: absolute;
  height: 100%;
  width: 100%;
  perspective: 1000px;
}

.hide {
  opacity: 0;
}

